gtk4.git
2019-05-28 Matthias Clasengdk: Remove remnants of client-side windows
2019-05-28 Matthias ClasenDrop gtk_widget_register_surface
2019-05-28 Matthias Clasenpopover: Stop using gtk_widget_register_surface
2019-05-28 Matthias Clasenwindow: Stop using gtk_widget_register_surface
2019-05-28 Matthias Clasenmenu: Stop using gtk_widget_register_surface
2019-05-28 Matthias Clasensurface: Make gdk_surface_get_device_position void
2019-05-28 Matthias Clasenx11: Drop a gratitious use of gdk_event_get_root_coords
2019-05-28 Matthias ClasenRemove gdk_surface_get_geometry as public api
2019-05-28 Matthias ClasenDrop gdk_surface_get_root_origin
2019-05-28 Matthias ClasenRemove gdk_surface_get_root_coords as public api
2019-05-28 Matthias ClasenRemove gdk_surface_coords_to/from_parent
2019-05-28 Matthias Clasensurface: Small simplification
2019-05-28 Matthias Clasensurface: Simplify destroy implementation
2019-05-28 Matthias Clasensurface: Remove abs_x/abs_y
2019-05-28 Matthias Clasensurface: Small cleanup
2019-05-28 Matthias Clasensurface: Simplify some code
2019-05-28 Matthias ClasenRemove surface->children
2019-05-28 Matthias Clasengdk: Stop using surface->children
2019-05-28 Matthias Clasenwayland: Stop using surface->children
2019-05-28 Matthias ClasenRemove surface->parent
2019-05-28 Matthias Clasengdk: Stop using surface->parent
2019-05-28 Matthias Clasenbroadway: Stop using surface->parent
2019-05-28 Matthias Clasenx11: Stop using surface->parent
2019-05-28 Matthias Clasenwayland: Stop using surface->parent
2019-05-28 Matthias Clasensurface: Remove code dealing with child surfaces
2019-05-28 Matthias Clasensurface: minor cleanup
2019-05-28 Matthias ClasenDrop child surfaces
2019-05-28 Matthias Clasenwidget: Stop using child surface apis
2019-05-28 Matthias Clasena11y: Stop supporting ATK_XY_SCREEN
2019-05-28 Matthias Clasenxim: Stop using child surface apis
2019-05-28 Matthias Clasenwayland: Stop using child surface apis
2019-05-28 Matthias Clasenx11: Stop using child surface api
2019-05-28 Matthias Clasenentry completion: Use a popover
2019-05-28 Matthias Clasenmain: Use gtk_widget_get_native
2019-05-28 Matthias Clasenmain: Remove special-case hiding popopvers
2019-05-28 Matthias Clasenwidget: Remove some unneeded popover special-casing
2019-05-28 Matthias ClasenAdwaita: Give popover menus a background
2019-05-28 Matthias Clasenmenubutton: Allocate the popover
2019-05-28 Matthias ClasenAdapt to new popover lifecycle
2019-05-28 Matthias ClasenReimplement GtkPopover
2019-05-28 Matthias Clasensurface: Start sketching a new surface type
2019-05-28 Matthias Clasenmenushell: Keep outside clicks working
2019-05-28 Matthias ClasenIntroduce event controller propagation limits
2019-05-28 Matthias Clasenwidget: Don't snapshot foreign children
2019-05-28 Matthias Clasenroot: Make gtk_root_get_display public
2019-05-28 Matthias ClasenGtkRoot: Drop overlap with GtkNative
2019-05-28 Matthias Clasenwidget: Use GtkNative
2019-05-28 Matthias ClasenReview and replace uses of get_toplevel
2019-05-28 Matthias ClasenUse GtkNative APIs instead of GtkRoot
2019-05-28 Matthias ClasenAdd gtk_widget_get_native
2019-05-28 Matthias Clasenroot: Require GtkNative
2019-05-28 Matthias Clasenwindow: Implement GtkNative
2019-05-28 Matthias Clasennative: Add to docs
2019-05-28 Matthias ClasenIntroduce GtkNative
2019-05-28 Matthias Clasenmain: guard window-specific code paths
2019-05-28 Matthias Clasenwidget: guard popover-specific code paths
2019-05-28 Matthias ClasenExport gtk_widget_render privately
2019-05-28 Benjamin Ottesurface: Add marshallers for new events
2019-05-28 Matthias Clasenfile chooser widget: Drop the priv pointer
2019-05-28 Matthias Clasenfile chooser dialog: Drop the priv pointer
2019-05-28 Matthias Clasenfile chooser dialog: Make final
2019-05-28 Matthias Clasenfile chooser widget: Make final
2019-05-28 Matthias Clasenfile chooser button: Make final
2019-05-28 Matthias Clasenfont chooser dialog: Drop the priv pointer
2019-05-28 Matthias Clasenfont chooser widget: Drop the priv pointer
2019-05-28 Matthias Clasenfont chooser dialog: Make final
2019-05-28 Matthias Clasenfont chooser widget: Make final
2019-05-28 Matthias Clasenfont button: Make final
2019-05-28 Matthias Clasenapp chooser dialog: Drop the priv pointer
2019-05-28 Matthias Clasenapp chooser widget: Drop the priv pointer
2019-05-28 Matthias Clasenapp chooser dialog: Make final
2019-05-28 Matthias Clasenapp chooser widget: Make final
2019-05-28 Matthias Clasenapp chooser button: Make final
2019-05-28 Matthias Clasencolor chooser dialog: Drop the priv pointer
2019-05-28 Matthias Clasencolor chooser widget: Drop the priv pointer
2019-05-28 Matthias Clasencolor chooser dialog: Make final
2019-05-28 Matthias Clasencolor chooser widget: Make final
2019-05-28 Matthias Clasencolor button: Make final
2019-05-28 Matthias Clasenentry completion: Make final
2019-05-28 Matthias Clasentext tag table: Make final
2019-05-28 Matthias ClasenRemove an unused function
2019-05-28 Matthias Clasentext mark: Use standard padding
2019-05-28 Matthias Clasentext tag: Use standard padding
2019-05-28 Matthias Clasenoverlay: Make final
2019-05-27 Timm Bädersizerequest: Fix request mode for layout managers
2019-05-27 Timm Bäderlayoutmanager: Never pass NULL pointers to ->measure
2019-05-27 Timm Bäderfilechooserentry: Correctly annotate a return value...
2019-05-27 Timm Bäderfilechooserentry: Rename function to make sense
2019-05-27 Matthias ClasenDon't load print backends more than once
2019-05-27 Matthias ClasenMerge branch 'meson-man-without-docs' into 'master'
2019-05-27 Matthias Clasencheck menu item: Drop the priv pointer
2019-05-27 Matthias Clasencheck menu item: Use standard padding
2019-05-27 Matthias Clasenradio menu item: Drop the priv pointer
2019-05-27 Matthias Clasenradio menu item: Make final
2019-05-27 Matthias Clasenradio button: Make final
2019-05-27 Matthias Clasencheck button: Use standard padding
2019-05-27 Matthias Clasentoggle button: Use standard padding
2019-05-27 Matthias Clasengrid: Use standard padding
2019-05-27 Matthias Clasensearch bar: Make final
2019-05-27 Matthias Clasenpaned: Make final
next